The following tables list the members exposed by XmlConfiguration<T>.
Name | Description | |
---|---|---|
![]() | XmlConfiguration<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | XmlSchema | Allows explicit setting of the XmlSchema to use when validating the xml input. |
Name | Description | |
---|---|---|
![]() | ElementInformation | Gets an System.Configuration.ElementInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) |
![]() | LockAllAttributesExcept | Gets the collection of locked attributes. (Inherited from System.Configuration.ConfigurationElement) |
![]() | LockAllElementsExcept | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) |
![]() | LockAttributes | Gets the collection of locked attributes (Inherited from System.Configuration.ConfigurationElement) |
![]() | LockElements | Gets the collection of locked elements. (Inherited from System.Configuration.ConfigurationElement) |
![]() | LockItem | Gets or sets a value indicating whether the element is locked. (Inherited from System.Configuration.ConfigurationElement) |
![]() | SectionInformation | Gets a System.Configuration.SectionInformation object that contains the non-customizable information and functionality of the System.Configuration.ConfigurationSection object. (Inherited from System.Configuration.ConfigurationSection) |
![]() | Settings | Allows access to the deserialized data |
Name | Description | |
---|---|---|
![]() | EvaluationContext | Gets the System.Configuration.ContextInformation object for the System.Configuration.ConfigurationElement object. (Inherited from System.Configuration.ConfigurationElement) |
Name | Description | |
---|---|---|
![]() | IsReadOnly | Gets a value indicating whether the System.Configuration.ConfigurationElement object is read-only. (Inherited from System.Configuration.ConfigurationElement) |
![]() ![]() | ReadConfig | Reads and extracts the configuration settings from the current application's configuraiton file |
![]() ![]() | ReadXml | Overloaded. Deserialize the xml configuration directly from an XmlReader instance |
Name | Description | |
---|---|---|
![]() | DeserializeSection | Overridden. The main work goes here, builds the reader and validator and deserializes the object. |
![]() | ListErrors | Adds the invalid-property errors in this System.Configuration.ConfigurationElement object, and in all subelements, to the passed list. (Inherited from System.Configuration.ConfigurationElement) |
![]() | OnDeserializeUnrecognizedAttribute | Gets a value indicating whether an unknown attribute is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement) |
![]() | OnDeserializeUnrecognizedElement | Gets a value indicating whether an unknown element is encountered during deserialization. (Inherited from System.Configuration.ConfigurationElement) |
![]() | OnRequiredPropertyNotFound | Throws an exception when a required property is not found. (Inherited from System.Configuration.ConfigurationElement) |
![]() | PostDeserialize | Called after deserialization. (Inherited from System.Configuration.ConfigurationElement) |
![]() | PreSerialize | Called before serialization. (Inherited from System.Configuration.ConfigurationElement) |
![]() | ReadComplete | Provides a derived class with the ability to do post-read validation not represented in the xsd (or in place of an xsd). |
![]() | SetPropertyValue | Sets a property to the specified value. (Inherited from System.Configuration.ConfigurationElement) |
![]() | Allows implicit casting of the configuration element to the actual type contained. |
Reference
XmlConfiguration<T> ClassCSharpTest.Net.Utils Namespace